Directory Lister 'Read me' file
Version 0.6
(C) 2002 Copyright by Leszek Skorczynski
http://freeware.prv.pl

Program goal

Directory Lister lets you list files in selected directories on hard disks, cd-roms, floppys etc. into a HTML or TXT file (listing). It's like the DIR command but MUCH more convenient.

General rules

Directories for diskettes are not read upon start. You must click on diskette icon to force reading directories.
You can always press 'F5' to clear and update directory structure (eg. when you change CDs).
Preview window in Windows 9x is limited to ~32kB size so it does not display whole listing if it's too big. However, the listing is properly saved to the disk.

Selecting directories

(Checked white box) - list this directory and all subdirectories recursively,
(Checked gray box) - list this directory but not all of its subdirectories (not all could also be none),
(Gray box) - list some of the subdirectories of this directory,
(White box) - do not list this directory and none of its subdirectories.

Only 'top' directories checked with 'checked white box' are saved to a selection file (DLS). Subdirectories are read during generation of a listing.

Command line usage

DirLister.exe [/l directories.dls output.[txt|html]] [/o configuration.dlc]
where:

directories.dls - previously saved list of directories to list
output.txt - listing itself
configuration.dlc - previously saved user configuration
/l - reads list of directories, generates listing, than closes
/o - reads configuration from a file

Example:

C:\Program Files\Directory Lister\DirLister.exe /l c:\my documents\ftpdirs.dls c:\ftp\file_listing.html /o c:\my documents\myconf1.dlc
- this example reads configurations from 'c:\my documents\myconf1.dlc', reads directories to list from 'c:\my documents\ftpdirs.dls', generates 'c:\ftp\file_listing.html', and finally closes (since '/l' option was specified).

Shortcut keys

F5 - refresh folders view
F12 - Switch between 'Select directories' / 'Preview'

Options page

Include box
Options box
Path should be box
These options concern paths for files (if you check 'File path' checkbox) and directories (if you check 'Dir names' checkbox).

HTML options page

HTML options box